home *** CD-ROM | disk | FTP | other *** search
- Path: noc.tor.hookup.net!news
- From: Richard Steadman <rsteadma@micromedia.on.ca>
- Newsgroups: comp.lang.c
- Subject: extern func() declaration?
- Date: Thu, 04 Apr 1996 15:53:25 -0500
- Organization: Micromedia
- Message-ID: <316436C5.413E@micromedia.on.ca>
- NNTP-Posting-Host: keeper.mmltd.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (Win95; I)
-
- Hello. This is just a minor point, but I couldn't find the
- answer in the FAQ:
-
- What's the difference between
-
- extern int func(void);
-
- and
-
- int func(void);
-
- when declaring functions located in another source file? They
- both seem to work alright.
-
- Richard Steadman
- rsteadma@mmltd.com
-